home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / experimental / ados.readme < prev    next >
Text File  |  1995-10-22  |  1KB  |  41 lines

  1. Descr:     Very basic skeleton of a AmigaOS-emulator for m68k-based
  2.     Unices.
  3.  
  4. This is a slight modification of the previous
  5. Sun3 hack of AmigaDOS emulator. The original sources
  6. were for C= SysVr4 UNIX.
  7. The Sun3 hack was by me and original emulator code
  8. by Mike "Ford" Ditto from the former C= unix team
  9. (see POSTER for original announcement).
  10. Sun3 version should still compile and work.. I didn't
  11. check it though.
  12.  
  13. Actually there were only two spots that had to be
  14. changed from Sun3 version and that is wy I am leaving
  15. then SUN3 define in compile options.
  16. The things were to move termio to termios and to change
  17. the one mmap() from amiga.c.
  18.  
  19. I am not going to develope this emulator but this is
  20. a good base for further hacking even the graphics and
  21. intuition with X11 libraries (when they come to NetBSD :)
  22.  
  23. To quickly see how this works, I have left two amigados
  24. executables to ados/ directory (amiga.foo and amiga.ls).
  25. First compile the emulator (generates arun binary) and
  26. then try it:
  27.     arun ../amiga.foo
  28.     arun ../amiga.ls
  29.  
  30. The latter should give you a core dump :-)
  31. I wish I had a source level debugger here.. no dbx or gdb
  32. in my NetBSD binaries :-(
  33. To see some debugging outputs, set -v1 or -v2 option to arun.
  34.  
  35. Oh, you need the Amiga includes in the suplied empty include
  36. directory to compile anything.  I used 2.04 includes..
  37.  
  38. ++Tero Manninen, (nix@otitsun.oulu.fi)
  39.   3rd of July 1993
  40.  
  41.